chore(db): purge run 32863999669 — incomplete failing run - #916
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds run 32863999669 to
PURGED_RUNSso it is skipped on ingest and deleted from the DB.Reason: incomplete failing run — the 2026-08-25 Run Sweep on
mainfor SemiAnalysisAI/InferenceX#2687 ([Power] Require GB multinode telemetry) concluded failure with 30 of 125 jobs failed (GB200/GB300 multi-node dyn-sgl arms), leaving partial data.Checks run locally:
bun run fmt:fix,bun run typecheck,bun run lint— all clean.Note
Low Risk
Single-ID ETL override with no logic changes; effect is excluding one known-bad partial sweep from the benchmark database.
Overview
Adds GitHub Actions run 32863999669 to
PURGED_RUNSinrun-overrides.ts, with an audit comment tying it to the 2026-08-25 main sweep for #2687 (GB multinode telemetry).That sweep failed 30 of 125 jobs (GB200/GB300 multi-node dyn-sgl arms), so only partial benchmark data would otherwise remain in the matrix. Listing the run here makes ingest skip it and lets the normal override pipeline remove any rows already stored for this run.
Reviewed by Cursor Bugbot for commit dfe5ae2. Bugbot is set up for automated code reviews on this repo. Configure here.